local adj. 1.地方的,当地的,本地的。 2.局部的。 3.乡土的,狭隘的,片面的。 4.【邮政】本市的,本地的;【铁路】区间的。 5.【数学】轨迹的。 a local adverb 表示地点的副词(如 here, there等)。 a local custom 地方习惯。 a local name 地名。 local news 本地新闻。 a local station 地方电台。 local anaesthesia 局部麻醉。 a local point of view 偏狭的见解。 n. 1.(报纸上的)本地新闻。 2.本地居民;本地律师;本地教士;本地医生。 3.慢车。 4.工会支部。 5.〔英国〕 = local examination(s). 6.〔pl.〕 本地球队。 7.〔英口〕本地酒店,附近的小酒店[馆]。 8.在一定地区使用的邮票。
variable adj. 1.易变的,变化无常的,无定的 (opp. constant, steady)。 2.可变的,能变的;变换的。 3.【数学】变量的;【天文学】变光的;【生物学】变异的。 Prices are variable according to the exchanges. 物价跟着汇率变动。 a man of variable character 反复无常的人。 a rod of variable length (伸缩)如意棒。 a word of variable construction 可以作种种解释的词。 variable capital 可变资本。 a variable budget 临时预算。 n. 1.易变的东西。 2.【数学】变量,变数,变项,变元 (opp. constant);【天文学】变星 (=variable star);【航海】(方向不定的)变风,不定风 (opp. trade wind); 〔pl.〕 (贸易风带中的)变风带。 adv. -ably ,-ness n.
Locals window displays variables local to the current context or scope “局部变量”窗口显示对于当前上下文或范围来说位于本地的变量。
A variable local to each window , which , together with the session ' s shadow vector , determines the dimensions of the window ' s shadow 一种各个窗口都具备的局部变量,它和会话阴影矢量,决定了窗口阴影的维度。
The variables local to a method don t really need names once the methods are compiled , but they can be included using the 一旦方法被编译了,这个方法的局部变量就不太需要名称了,但是能通过对javac编译器使用
When you issue the info locals command gdb actually prints out variables local to the current frame , which by default is where the interrupted function is frame 0 实际上,发出info locals命令时, gdb会打印出当前帧中的局部变量,缺省情况下,这个帧中的函数就是被中断的函数( 0号帧) 。